-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add handling of output_bam param #316
Conversation
|
As posted on Slack, I have this running locally.
EDIT: the idea above is sound but how i implemented it was wrong Below from slack: Add reference.size() as a meta value in the workflows and then use that in the above instead of the bam To really limit it you can also add a specific arg.prefix to the modules.config for these two processes and then search output file on if filename.contains("thingmabob") && ${meta.ref_size} > 4000000000 ? filename : null |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).Added handling of additional parameter in .yaml 'output_bam'. This will have the value 'true' or 'false'. If true, the merged bam will be output to hic_files directory.